home *** CD-ROM | disk | FTP | other *** search
- #ifndef __RoboSamKCTemplate___
- #define __RoboSamKCTemplate___
-
-
- // These are some constants most likely you don't need any change.
-
- // ••••••••••••••••••••• Fixed •••••••••••••••••••••••
-
- #ifndef REZ
- //--------------------- Some AOCE constants that are useful -------------------------------------
-
- #define LOOKUPSLOP 74*2 /* SLOP FOR LOOKUP */
-
- /*------------------------------- Macros ------------------------------*/
- #define DETCallCmd(callBlockPtr) ((callBlockPtr)->protoCall.reqFunction)
- #define DETCallTarget(callBlockPtr) ((callBlockPtr)->protoCall.target)
- #define DETCallProperty(callBlockPtr) ((callBlockPtr)->protoCall.property)
-
-
- #define DETCallBackCmd(callBackBlockPtr) ((callBackBlockPtr)->protoCallBack.reqFunction)
- #define DETCallBackProperty(callBackBlockPtr) ((callBackBlockPtr)->protoCallBack.property)
- //#define CallBackDET(callBlockPtr, callBackBlockPtr) ((*callBlockPtr->protoCall.callBack)(callBlockPtr,callBackBlockPtr))
-
- #endif
-
-
- //------------------------------
- // other declarations
-
- //#define TRUE 1
- //#define FALSE 0
- #define ASYNC 1
- #define SYNC 0
-
-
- //---------------------------------------------------------
- // Resource numbers for aspect base IDs
- //---------------------------------------------------------
- #define kMailServiceRecordAspect kDETFirstID
- #define kMailServiceRecordInfoPage1 kDETSecondID
- #define kMailServiceRecordView1A kDETThirdID
-
- #endif __RoboSamKCTemplate___